home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 30
/
PC Gamer IT CD 30 1-2.iso
/
MOTS
/
GAMEDATA
/
RESOURCE
/
JKMRES.GOO
/
cog_weap_empty_m.cog
< prev
next >
Wrap
Text File
|
1998-02-25
|
513b
|
29 lines
# Jedi Knight Missions Cog Script
#
# WEAP_EMPTY_M.COG
#
# Empty WEAPON Script
#
# Placeholder weapon script. Used to fill empty weapon slots.
#
# [RF]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
# ========================================================================================
symbols
message autoselect
end
# ========================================================================================
code
autoselect:
ReturnEx(-1.0);
Return;
end